1604 add covid jobs and covid financial categories#539
1604 add covid jobs and covid financial categories#539meltingmelon wants to merge 9 commits intomasterfrom
Conversation
jjfreund
left a comment
There was a problem hiding this comment.
Looks good. One thing -- if you could separate your changes into another file that would be helpful, as we're not going to rerun the entirety of the script. Also please add each service to the parent category as well, that's required for search to work properly.
db/sql/add-covid-categories.sql
Outdated
There was a problem hiding this comment.
delete from category_relationships where parent_id=1000003 and child_id=1100010;
db/sql/covid-jobs-and-finance.sql
Outdated
There was a problem hiding this comment.
table name is categories_services, and you are missing a semicolon.
…oved covid-shelter.sql from this branch
db/sql/covid-shelter.sql
Outdated
There was a problem hiding this comment.
should be a newline at the end of the file.
There was a problem hiding this comment.
Also why don't you pull out the shelter stuff until it's complete so I can merge the rest in?
There was a problem hiding this comment.
Oh did this not get removed from this branch? I'm looking at db/sql/ and I don't still see it...
Ran SQL script on staging to add new Covid-jobs category and modify Covid-finances category to match with new hierarchy, Added Covid Jobs and Covid Finances to db populate script in local dev.